home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Student Private Syndrome 3
/
Student Private Syndrome 3.iso
/
private
/
main
/
main.dxr
/
00012.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-06-21
|
131 b
|
8 lines
on exitFrame
global startticks
go(the frame)
if (the ticks - startticks) >= (60 * 2) then
go(the frame + 1)
end if
end